Function: treemacs-workspace->name

treemacs-workspace->name is a byte-compiled function defined in treemacs-workspaces.el.

Signature

(treemacs-workspace->name CL-X)

Documentation

Access slot "name" of treemacs-workspace struct CL-X.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-workspaces.el
(cl-defstruct (treemacs-workspace
               (:conc-name treemacs-workspace->)
               (:constructor treemacs-workspace->create!))
  name
  projects
  is-disabled?)